Skip to main content

formatBooleanListAsItems

Type

handler

Summary

Format a list of booleans as a comma-delimited "item" string

Syntax

formatBooleanListAsItems(<pList>)

Description

Helper function for converting a list of booleans into a LiveCode Script "item" list, obeying the LiveCode Script rules for items.

Parameters

NameTypeDescription

pList

A list of booleans

handler: formatNumberListAsItems, parseItemsAsBooleanList